home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Skunkware 5
/
Skunkware 5.iso
/
src
/
X11
/
tclMotif-1.4
/
doc
/
examples
/
bigLabel.tcl
next >
Wrap
Text File
|
1995-06-29
|
409b
|
21 lines
#! moat
xtAppInitialize
xmLabel .lbl managed
.lbl setValues -labelString {
If you text contains newlines,
it will be broken into separate lines.
it may contains non-ascii characteres(ατΦ∞≡±≥≈°∙).
}
.lbl setValues \
-stringDirection string_direction_r_to_l \
-alignment alignment_end \
-fontList -*-courier-bold-r-*--18-* \
-marginLeft 10 -marginWidth 10 \
-x 200 -y 100
. realizeWidget
. mainLoop